home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / System / Swatch / Development / swatch 1.2 / swatch.about.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-04-08  |  334 b   |  24 lines  |  [TEXT/KAHL]

  1. /**
  2.  
  3.     swatch.about.h
  4.     Copyright (c) 1990, Adobe Systems, Inc.
  5.  
  6.  **/
  7.  
  8.  
  9. #ifndef _H_SWATCH_ABOUT
  10. #define _H_SWATCH_ABOUT
  11.  
  12. #include <ctypes.h>
  13.  
  14. /*******************************************************************************
  15.  **
  16.  **    Public Functions
  17.  **
  18.  **/
  19.  
  20. void Do_about( WindowPtr the_window );
  21.  
  22.  
  23. #endif  /* ifndef _H_SWATCH_ABOUT */
  24.